Skip to main content

Bucket in AWS to receive files

This page will help you create a bucket and get the credentials, which are necessary for you to receive your CSV files with data from your integration

Creating the bucket

  1. Log in to your AWS account → https://aws.amazon.com/pt/

  2. Log in to the console

  3. In the search bar above, search for “Amazon S3“ and select S3 in the Services category

  4. Change the AWS region in the upper right corner if necessary

  5. Click on “Create bucket“

  6. Give the bucket a name (The bucket name is unique in the global namespace).

  7. At the bottom of the page, click on “Create bucket“.

  8. That's it, your bucket is created. Now let's go to the credentials.

  9. In the upper right corner, click on the name of your AWS user and then click on “Security credentials“.

  10. On the left side of the page, click on “Users”, on the page that opens, click on “Create user”.

  11. Give it a name, for example “Grouplink“ (This user will be used by us to save files to S3).

  12. Click “next“ and under “Set permissions“ click “Attach policies directly“.

  13. Search for “s3“ and add the permission “AmazonS3FullAccess“. Step 13

  14. Click “Next” and then “Create User”.

  15. In the list of users, click on the name of the user you created and go to the “Security Credentials” section.

  16. In the “Access Keys” box, click on “Create Access Key”.

  17. On the next page, click on “Third-Party Service” and “I understand the above recommendation”. Step 17

  18. Give the description tag a name, for example “Grouplink“, and click “Create Access Key“.

  19. Copy the access key and secret access key to use when creating your organization-vault.